From: Eli Zaretskii Date: Fri, 20 May 2022 11:51:07 +0000 (+0300) Subject: ; * lisp/simple.el (yank-transform-functions): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2349^2~560 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=349284a40cad8ea79a7101de970c4ff2712984ad;p=emacs.git ; * lisp/simple.el (yank-transform-functions): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index c80af7c37bb..6aa079464a5 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5952,9 +5952,8 @@ Each function in this list will be called (in order) with the string to be yanked as the sole argument, and should return the (possibly) transformed string. -The functions will be called from the buffer the string will be -inserted, and with point at the place where the string is to be -inserted." +The functions will be called with the destination buffer as the current +buffer, and with point at the place where the string is to be inserted." :type '(repeat function) :version "29.1" :group 'killing)